The world is becoming increasingly complex - as highlighted in my first article here - but the concern isn’t only about being complex. Considering the ever-increasing speed of the state of complexity, we have entered the age of polycrisis.
The post Living in a Risk Society – Change, Perpetual Crisis, Comprehension, and Policy appeared first on Data Science Central.
( 21
min )
The problem of data violation is one of the most threatening issues of being on the internet. The ambiguity regarding the collection, usage, and sharing of our personal and sensitive information adds to the insecurity experienced by most consumers.
The post How CPRA Will Change the Face of US Businesses appeared first on Data Science Central.
( 21
min )
Data science assists SEO experts in countless ways, like personalizing the customer experience, understanding client requirements, and many other things.
The post How to Use Data Science for Search Engine Optimization appeared first on Data Science Central.
( 20
min )
Hello! I wanted to share our recent work on understanding & explaining ML models through natural language conversations.
We use dialogues as an accesible tool for model understanding, so anyone can "talk" to an ML model to understand it, like its another colleague. We also provide a flexible implementation you can adapt to your models & datasets.
Twitter thread: https://twitter.com/dylanslack20/status/1571945003676737537
Paper: https://arxiv.org/abs/2207.04154
Code: https://github.com/dylan-slack/TalkToModel
submitted by /u/dylan-slack
[link] [comments]
( 88
min )
Yes, you read the title correctly.
This is more of a character study/shitpost testing out Stable Diffusion textual inversion to see how to control it / expected outputs. Turns out, it works better than I thought, and emphasizing/deemphasizing specific terms when using textual inversion works out well.
The post also includes a custom inference notebook for multiple inversion concepts.
submitted by /u/minimaxir
[link] [comments]
( 89
min )
TorchStudio 0.9.10 was just released with extensions for all the major Python IDEs (VS Code, PyCharm, Spyder and Sublime Text) by popular request, looking forward for your comments !
One new tutorial and two new videos describe how to use TorchStudio from within your IDE.
Download: https://www.torchstudio.ai/download/Full changelog: https://github.com/TorchStudio/torchstudio/releases/tag/0.9.10
If you're new to TorchStudio, here's an introductory tutorial and video:
https://www.torchstudio.ai/getstarted/
https://www.youtube.com/watch?v=uvA-ARpKdCA
https://preview.redd.it/21tufwslnto91.png?width=3074&format=png&auto=webp&s=802b954254f44b5a737070b300c029457fe58962
submitted by /u/divideconcept
[link] [comments]
( 89
min )
Video: https://youtu.be/xbxe-x6wvRw
Yannic Kilcher's summary: Stable Diffusion has been released and is riding a wave of creativity and collaboration. But not everyone is happy about this. This video takes a look at the vibrant open-source community around the model, and its critics.
Watch here: https://youtu.be/xbxe-x6wvRw
submitted by /u/wei_jok
[link] [comments]
( 91
min )
I'm trying to do an excersive for my ML class, where I have to do lineal regresion with regularization, with either Lasso or Ridge.
Doing it with an iterative method, updating the weights, I have no idea how to actually do it.
Considering this are the augmented error measurements for Lasso and Ridge, I know I have to calculate the gradient, and (I think?) then the update rule becomes: w_new = w_old - (gradient of E_aug). But I'm not actually sure, and even more so, I wouldn't know how to compute the gradient itself, especially for Lasso.
submitted by /u/JavoUruguayo
[link] [comments]
( 89
min )
submitted by /u/gvij
[link] [comments]
( 87
min )
submitted by /u/FinneanCosgra
[link] [comments]
( 86
min )
submitted by /u/Swisheater
[link] [comments]
( 87
min )
submitted by /u/OceanicFeel
[link] [comments]
( 87
min )
submitted by /u/bendee983
[link] [comments]
( 87
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
Last year, we announced the general availability of RStudio on Amazon SageMaker, the industry’s first fully managed RStudio Workbench integrated development environment (IDE) in the cloud. You can quickly launch the familiar RStudio IDE, and dial up and down the underlying compute resources without interrupting your work, making it easy to build machine learning (ML) […]
( 7
min )
As AI becomes more deeply integrated into every aspect of our lives, it is essential that AI systems perform appropriately for their intended use. We know AI models can never be perfect, so how do we decide when AI performance is ‘good enough’ for use in a real life application? Is level of accuracy a […]
The post AI Models vs. AI Systems: Understanding Units of Performance Assessment appeared first on Microsoft Research.
( 12
min )
There have been startups that have survived, and there have been startups that have failed. However, what makes one startup succeed over…
( 10
min )
submitted by /u/navalguijo
[link] [comments]
( 87
min )
This youtuber is using some sort of ai character to talk for him im wondering what the software is called?
https://youtube.com/watch?v=GnVtXYvJveI&feature=share&si=EMSIkaIECMiOmarE6JChQQ
submitted by /u/CodingOni420
[link] [comments]
( 87
min )
submitted by /u/darrenjyc
[link] [comments]
( 87
min )
submitted by /u/Enuminous
[link] [comments]
( 91
min )
submitted by /u/Messsyfloor
[link] [comments]
( 92
min )
submitted by /u/lucesh1
[link] [comments]
( 90
min )
submitted by /u/dream_casting
[link] [comments]
( 87
min )
submitted by /u/Enuminous
[link] [comments]
( 87
min )
submitted by /u/Persimmon-Just
[link] [comments]
( 100
min )
submitted by /u/bazarow17
[link] [comments]
( 88
min )
submitted by /u/lucesh1
[link] [comments]
( 88
min )
It has annotated code of stable diffusion model; DDIM and DDPM sampling; and scripts to generate and in-paint.
- Code & notes: https://nn.labml.ai/diffusion/stable_diffusion/index.html
- Github: https://github.com/labmlai/annotated_deep_learning_paper_implementations
- This implementation based on the official implementation : https://github.com/CompVis/stable-diffusion
- We have deployed a server to try stable diffusion here: https://promptart.labml.ai
submitted by /u/hnipun
[link] [comments]
( 89
min )
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 102
min )
submitted by /u/Excellent_Expert8581
[link] [comments]
( 90
min )
In the blog “Why Data Management is Today’s Most Important Business Discipline”, I challenged the business and IT communities to reframe the data management conversation; to transform data management from an IT practice into a business discipline focused on leveraging data (and analytics) to deliver business and operational outcomes.
The post Data Management as a Business Discipline – Part 2: Theorems and Principles appeared first on Data Science Central.
( 22
min )
Algorithmic or automated trading refers to trading based on pre-determined instructions fed to a computer – the computers are programmed to execute buy or sell orders in response to varying market data. It’s a trading strategy widely adopted in the finance industry and still growing. The global algorithmic trading market is predicted to reach $18… Read More »How Algorithmic Trading Companies Automate Their Investment Strategy
The post How Algorithmic Trading Companies Automate Their Investment Strategy appeared first on Data Science Central.
( 23
min )
In this article, let’s discuss how data analysis in investment banking is transforming the way investment banks work, the challenges that they get when engaging in this transformation process, use cases, and more.
The post An Overview of Data Analytics in Investment Banking appeared first on Data Science Central.
( 23
min )
An even more significant challenge involves meeting the electrical demands of coming HPC systems and data centers in a sustainable way. Some exascale systems already have energy requirements akin to an entire town.
The post Making Data Centers More Sustainable appeared first on Data Science Central.
( 25
min )
Utah Governor Spencer J. Cox signed the Utah Consumer Privacy Act (UCPA) into law in March 2022. It has since become only the fourth US state to have its own data protection law after Colorado, Virginia, and California.
The post What Does Utah Consumer Privacy Act Mean for US Businesses? appeared first on Data Science Central.
( 22
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 87
min )
submitted by /u/gwern
[link] [comments]
( 87
min )
submitted by /u/LuwiBaton
[link] [comments]
( 89
min )
I'm trying to build a malicious URL detection algorithm using a hybrid DT and RF for my MSc dissertation and I'm having a bit of trouble implementing Stacking at the end of my code.
It currently works fine when using just DT and RF, but I'm really struggling to add the Stacking at the end for my final output. I've been trying to follow this, but it's not really working out.
You can see my code here and how I've been failing to add Stacking at the bottom.
I think the main area of issue is getting my dataset to work with the Stacking algorithm, I can't seem to translate it.
Can anyone please help me? This is driving me crazy
submitted by /u/Sentinel_2539
[link] [comments]
( 89
min )
submitted by /u/No-Challenge-4770
[link] [comments]
( 91
min )
submitted by /u/Sharp_Permission_218
[link] [comments]
( 88
min )
submitted by /u/Educational-Pin2383
[link] [comments]
( 106
min )
Text annotations provide models with a better understanding of the data they are given, allowing them to interpret the text more accurately.
The post Usability of Text Annotation in Machine Learning appeared first on Data Science Central.
( 21
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 87
min )
submitted by /u/pwillia7
[link] [comments]
( 87
min )
submitted by /u/qptbook
[link] [comments]
( 87
min )
submitted by /u/loopuleasa
[link] [comments]
( 87
min )
submitted by /u/much_successes
[link] [comments]
( 86
min )
submitted by /u/OceanicFeel
[link] [comments]
( 87
min )
submitted by /u/pixelz_ai
[link] [comments]
( 87
min )
submitted by /u/FinneanCosgra
[link] [comments]
( 87
min )
submitted by /u/gwern
[link] [comments]
( 87
min )
Registration for Microsoft Research Summit is now open! Join us October 18 - 20, 2022 to hear from the global research community on what's next for technology and humanity.
Learn more about Research Summit and register.
https://researchsummit.microsoft.com/?OCID=msr\_researchsummit\_social\_RD\_2022
submitted by /u/MicrosoftResearch
[link] [comments]
( 88
min )
submitted by /u/kenickh
[link] [comments]
( 87
min )
submitted by /u/bendee983
[link] [comments]
( 86
min )
Artificial intelligence (AI) is the demonstration of intelligence by machines or computers, and it is often used to derive insights from massive amounts of unstructured data.
Skills in artificial intelligence (AI) and machine learning (ML) are in high demand in the IT sector. Indeed, these innovative tools are reshaping the way firms’ function.
Read more: https://mezkit.com/7-tips-and-tricks-for-starting-career-in-artificial-intelligence-machine-learning/
submitted by /u/Emily-joe
[link] [comments]
( 87
min )
submitted by /u/qptbook
[link] [comments]
( 114
min )
submitted by /u/jkterry1
[link] [comments]
( 102
min )
submitted by /u/kenickh
[link] [comments]
( 87
min )
Customer relationship management (CRM) is a critical tool that organizations maintain to manage customer interactions and build business relationships. Zendesk is a CRM tool that makes it easy for customers and businesses to keep in sync. Zendesk captures a wealth of customer data, such as support tickets created and updated by customers and service agents, […]
( 5
min )
Amazon SageMaker Automatic Model Tuning introduces Hyperband, a multi-fidelity technique to tune hyperparameters as a faster and more efficient way to find an optimal model. In this post, we show how automatic model tuning with Hyperband can provide faster hyperparameter tuning—up to three times as fast. The benefits of Hyperband Hyperband presents two advantages over […]
( 6
min )
In this post, we demonstrate how to use Amazon Polly—a leading cloud service that converts text into lifelike speech—to read the content of a webpage and highlight the content as it’s being read. Adding audio playback to a webpage improves the accessibility and visitor experience of the page. Audio-enhanced content is more impactful and memorable, […]
( 14
min )
AI has become a buzzword in the business world. As the technology becomes more advanced, it is becoming a necessity for businesses to adopt…
( 9
min )
Does anyone know of any glossolalia data sets? Or perhaps papers that use modern speech models to study glossolalia?
I couldn't find anything on Google Scholar but it might just be too niche a topic. Or maybe I'm using the wrong terms.
submitted by /u/carmichael561
[link] [comments]
( 88
min )
I remember asking a while ago whether it makes sense to run neural nets in an architecture more resembling biological brain, and apparently there are efforts to accomplish exactly that:
https://www.fz-juelich.de/en/news/archive/feature-stories/faster-than-the-biological-model
In particular, this architecture allows to circumvent von Neumann bottleneck, which is manifested in latencies due to separation of memory and processing units in the classical computer architecture, thus resembling human brain more closely.
submitted by /u/stockabuse
[link] [comments]
( 98
min )
Hello,
We are accepting short (4+n) or long paper (8+n) contributions to our workshop, "Behavior-driven Autonomous Driving in Unstructured Environments (BADUE22)", to be held at IROS 2022 in Kyoto, Japan on 27th October 2022. We encourage the submission of early ideas, late-breaking results, position papers, or open research questions that are likely to generate interesting discussions. Work published elsewhere is allowed. Accepted papers will be presented in a poster session and selected papers as spotlight talks. All submitted contributions will go through a single blind review process.
Deadline: Sept. 20, 2022 (AoE).
Website: https://gamma.umd.edu/workshops/badue22/
Submit: https://cmt3.research.microsoft.com/BADUE2022/Submission/Index/
Contact organizer via email: rchandra@utexas.…
( 92
min )
Hi folks,
stylepoint here.
I have uploaded some new videos and posting the news here - maybe people find them helpful (:
Also, some folks who have not seen the previous post might discover this one (:
New vids:
AI/ML Model API Design and Numerical Stability (follow-up)
Implement - Linear Regression
The first one is a follow-up video I have decided to upload in order to make things clear and update some of our model implementations.
I made some further changes based on your and others' feedback and suggestions:
All of the videos on the channel have timestamps now! (so you can skip chapters or just skim over the vids).
I have increased the font size of the terminal so hoping the code is a lot more readable now.
Increased the volume for the new video (should be better moving …
( 91
min )
SpaceRobotEnv is an open-sourced environments for trajectory planning of free-floating space robots. Reaching high-level planning accuracy, bimanual coordination and end-to-end control remains an open challenge for space robotics researchers. To better help the community study this problem, SpaceRobotEnv are developed with the following key features: Real Space Environment; Dynamic coupling control; Image input. URL: https://github.com/Tsinghua-Space-Robot-Learning-Group/SpaceRobotEnv. Note: our repo can be found in the OpenAI Gym Documentation now. Please see SpaceRobotEnv. Hope everyone enjoy it!
https://reddit.com/link/xek9im/video/0migj29dlxn91/player
submitted by /u/Shengjie_Wang
[link] [comments]
( 103
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 87
min )
submitted by /u/CardboardDreams
[link] [comments]
( 90
min )
submitted by /u/trueslicky
[link] [comments]
( 86
min )
submitted by /u/Due-Ad9795
[link] [comments]
( 90
min )
submitted by /u/FreshRelaxation
[link] [comments]
( 87
min )
submitted by /u/navalguijo
[link] [comments]
( 88
min )
submitted by /u/LightOfAntara
[link] [comments]
( 89
min )
submitted by /u/Greatgg
[link] [comments]
( 90
min )
submitted by /u/Zirius_Sadfaces
[link] [comments]
( 87
min )
Growing up in a military family, Christopher Scott moved more than 30 times, which instilled in him “the ability to be comfortable with, and even motivated by, new environments,” he said.
The post Meet the Omnivore: Christopher Scott Constructs Architectural Designs, Virtual Environments With NVIDIA Omniverse appeared first on NVIDIA Blog.
( 6
min )
As the population ages, there is an increasing need for healthcare services. More people live longer than ever before, so they are likely…
( 10
min )
Amazon SageMaker Studio Lab is a free machine learning (ML) development environment based on open-source JupyterLab for anyone to learn and experiment with ML using AWS ML compute resources. It’s based on the same architecture and user interface as Amazon SageMaker Studio, but with a subset of Studio capabilities. When you begin working on ML […]
( 8
min )
submitted by /u/Lakshmireddys
[link] [comments]
( 99
min )
What is THUNET?
A deep learning net/framework named "TsingHua University NET", short for "THUNET", is for non-commercial, educational, scientific purpose for the deep learning community.
How to build a neural network with THUNET?
Next, I will explain how to use THUNET to save and load a model. Models are saved in 7z format, thus gain higher compression rate than zip format by 10%+.Zip / 7zip Compression Differences
Tutorial-3: Model Saving and Loading
Model serialization makes use of the 7z format instead of the legacy zip format for higher compression rate.
Referred from Wiki article on comparison of zip and 7z
In 2011, TopTenReviews found that the 7z compression was at least 17% better than ZIP,[15] and 7-Zip's own site has since 2002 reported that while compression ratio results …
( 92
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 87
min )
submitted by /u/LordPewPew777
[link] [comments]
( 87
min )
submitted by /u/nalr00n
[link] [comments]
( 90
min )
submitted by /u/Due-Ad9795
[link] [comments]
( 86
min )
submitted by /u/Babylon_6
[link] [comments]
( 86
min )
submitted by /u/BigboiJoJi
[link] [comments]
( 89
min )
submitted by /u/dream_casting
[link] [comments]
( 89
min )
submitted by /u/dream_casting
[link] [comments]
( 87
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 91
min )
SpaceRobotEnv is an open-sourced environments for trajectory planning of free-floating space robots. Reaching high-level planning accuracy, bimanual coordination and end-to-end control remains an open challenge for space robotics researchers. To better help the community study this problem, SpaceRobotEnv are developed with the following key features: Real Space Environment; Dynamic coupling control; Image input. URL: https://github.com/Tsinghua-Space-Robot-Learning-Group/SpaceRobotEnv. Note: our repo can be found in the OpenAI Gym Documentation now. Please see SpaceRobotEnv. Hope everyone enjoy it!
https://reddit.com/link/xe3e54/video/u92i2yqg3un91/player
submitted by /u/Shengjie_Wang
[link] [comments]
( 100
min )
Amazon Lex is a service for building conversational interfaces using voice and text. Amazon Lex provides high-quality speech recognition and language understanding capabilities. With Amazon Lex, you can add sophisticated, natural language bots to new and existing applications. Amazon Lex reduces multi-platform development efforts, allowing you to easily publish your speech or text chatbots to […]
( 8
min )
submitted by /u/keghn
[link] [comments]
( 86
min )
submitted by /u/Mor1Din_
[link] [comments]
( 87
min )
Hey everyone, what are your thoughts on this repo? It's essentially a neural search frontend for Opensearch https://github.com/marqo-ai/marqo
Seems quite a cool way to leverage the new kNN functionality painlessly.
submitted by /u/everythingserverless
[link] [comments]
( 87
min )
Let’s call it Ai-rt
Continue reading on Becoming Human: Artificial Intelligence Magazine »
( 9
min )
Online trust has come a long way since the time of centralized databases, where information was concentrated in one location and the security and validation of that information relied on a core set of people and systems. While convenient, this model of centralized management and oversight had a number of drawbacks. Trust depended on how […]
The post CCF: Bringing efficiency and usability to a decentralized trust model appeared first on Microsoft Research.
( 12
min )
Today, we are experiencing waves of breakthroughs in computing that are transforming just about every aspect of our lives. Artificial intelligence is changing the way we develop and create. Human language technologies are revolutionizing the workflows of healthcare professionals. Deep learning is accelerating our ability to understand and predict natural phenomena, from atomic to galactic […]
The post Microsoft Research Summit 2022: What’s Next for Technology and Humanity? appeared first on Microsoft Research.
( 7
min )
As consumers expect faster, cheaper deliveries, companies are turning to AI to rethink how they move goods. Foremost among these new systems are “hub-and-spoke,” or middle-mile, operations, where companies place distribution centers closer to retail operations for quicker access to inventory. However, faster delivery is just part of the equation. These systems must also be Read article >
The post Reinventing the Wheel: Gatik’s Apeksha Kumavat Accelerates Autonomous Delivery for Wal-Mart and More appeared first on NVIDIA Blog.
( 4
min )
submitted by /u/trcytony
[link] [comments]
( 87
min )
submitted by /u/bendee983
[link] [comments]
( 94
min )
https://digesttime.com/2022/09/11/elon-musk-spacex-has-had-promising-conversations-with-apple/
submitted by /u/Theauntgate
[link] [comments]
( 86
min )
submitted by /u/BitOddInnit
[link] [comments]
( 90
min )
submitted by /u/Csai
[link] [comments]
( 87
min )
submitted by /u/SupPandaHugger
[link] [comments]
( 87
min )
submitted by /u/kenickh
[link] [comments]
( 87
min )
submitted by /u/Zirius_Sadfaces
[link] [comments]
( 87
min )
submitted by /u/RubiksCodeNMZ
[link] [comments]
( 86
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/mdfnb
[link] [comments]
( 92
min )
Hi! Just sharing our open-source project to automate MLPerf benchmarks and make it easier for everyone to plug in their real-world ML models, data sets, frameworks/SDKs and hardware. Here is a simple example of a modular image classification to explain the concept. Feedback is very welcome!
submitted by /u/gfursin
[link] [comments]
( 89
min )
Blockchain is a sophisticated technology. It uses cryptography extensively to secure records and build a tamper-proof network, wherein records can’t be altered unless validated by a majority of participating parties on the network.
The post How Long Does It Take To Learn Blockchain? appeared first on Data Science Central.
( 20
min )
Data accuracy is the biggest challenge many businesses encounter in their quest to cleanse data. Having accurate data is the foundation of the usefulness of data in all its stages of use.
The post Challenges and Best Practices of Data Cleansing appeared first on Data Science Central.
( 23
min )
Advanced data analytics is a driving power nowadays, covering various human activities and giving businesses worthy insights. Having enough analytical data about your enterprise, employees' and customers' satisfaction, finances, and more, project managers can contribute significantly to decision-making, business growth, and overall business prosperity.
The post Project Management Data Analytics: Benefits and Practices appeared first on Data Science Central.
( 24
min )
submitted by /u/Harley109
[link] [comments]
( 86
min )
submitted by /u/kenickh
[link] [comments]
( 94
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 87
min )
submitted by /u/RubiksCodeNMZ
[link] [comments]
( 94
min )
submitted by /u/Lakshmireddys
[link] [comments]
( 87
min )
Natural language understanding, the metaverse and the 3D internet, new gaming technology, and advanced AI technologies impacting industries as varied as transportation, healthcare, finance and entertainment are all coming your way. From advances in robotics to supercomputers and hyperscale data centers, the brightest minds in science, industry and the public sector will discuss the latest Read article >
The post Get up to Speed: Five Reasons Not to Miss NVIDIA CEO Jensen Huang’s GTC Keynote Sept. 20 appeared first on NVIDIA Blog.
( 4
min )
More than 6 million pairs of eyes will be on real-time AI avatar technology in this week’s finale of America’s Got Talent — currently the second-most popular primetime TV show in the U.S.. Metaphysic, a member of the NVIDIA Inception global network of technology startups, is one of 11 acts competing for $1 million and Read article >
The post AI on the Stars: Hyperrealistic Avatars Propel Startup to ‘America’s Got Talent’ Finals appeared first on NVIDIA Blog.
( 6
min )
The gripping sci-fi comic Huxley was brought to life in an action-packed 3D trailer full of excitement and intrigue this week In the NVIDIA Studio.
The post Concept Designer Ben Mauro Delivers Epic 3D Trailer ‘Huxley’ This Week ‘In the NVIDIA Studio’ appeared first on NVIDIA Blog.
( 7
min )
“85% of buyers trust online reviews as much as a personal recommendation” – Gartner Consumers are increasingly engaging with businesses through digital surfaces and multiple touchpoints. Statistics show that the majority of shoppers use reviews to determine what products to buy and which services to use. As per Spiegel Research Centre, the purchase likelihood for […]
( 15
min )
Amazon SageMaker Studio is the first fully integrated development environment (IDE) for machine learning (ML). It provides a single, web-based visual interface where you can perform all ML development steps, including preparing data and building, training, and deploying models. AWS Glue is a serverless data integration service that makes it easy to discover, prepare, and […]
( 6
min )
From healthcare and manufacturing to marketing and engineering, we are still seeing nearly five different generations share the workforce…
Continue reading on Becoming Human: Artificial Intelligence Magazine »
( 10
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 87
min )
submitted by /u/LordPewPew777
[link] [comments]
( 86
min )
submitted by /u/mandeheks
[link] [comments]
( 86
min )
submitted by /u/LordPewPew777
[link] [comments]
( 87
min )
submitted by /u/pwillia7
[link] [comments]
( 89
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/Zirius_Sadfaces
[link] [comments]
( 87
min )
submitted by /u/the_anonymizer
[link] [comments]
( 87
min )
submitted by /u/Swisheater
[link] [comments]
( 101
min )
submitted by /u/Lakshmireddys
[link] [comments]
( 87
min )
Artificial intelligence has gained huge popularity in the last few years, with its application surging across every business sector. AI has impressively gained massive acceptance in the mobile tech world by bringing diverse facilities to our fingertips.
The post How AI/ML will Impact iOS App Development in 2023 appeared first on Data Science Central.
( 21
min )
Let's look at this story in more detail because in my view, it shows something much more fundamental which is often overlooked. In my view, the future of all jobs will be in collaborating with AI !
The post Art and AI: The Line Blurs Further appeared first on Data Science Central.
( 20
min )
Register free for NVIDIA GTC to learn from experts on how AI and the evolution of the 3D internet are profoundly impacting industries—and society as a whole. We have prepared several AWS sessions to give you guidance on how to use AWS services powered by NVIDIA technology to meet your goals. Amazon Elastic Compute Cloud […]
( 4
min )
This post is co-written with Rajnish Jain, Priyanka Kulkarni and Daniel Johnson from Medidata. Medidata is leading the digital transformation of life sciences, creating hope for millions of patients. Medidata helps generate the evidence and insights to help pharmaceutical, biotech, medical devices, and diagnostics companies as well as academic researchers with accelerating value, minimizing risk, […]
( 11
min )
https://lambdalabs.com/blog/multi-node-pytorch-distributed-training-guide/
This is a step-by-step guide that:
Walks you through how to scale your PyTorch training across multiple nodes.
Provides examples that showcase the boilerplate of PyTorch DDP training code.
Shows you how to launch applications using PyTorch’s distributed.launch and torchrun methods, as well as Open MPI’s mpirun method.
submitted by /u/mippie_moe
[link] [comments]
( 88
min )
I was learning the masked language modeling codebase in Huggingface Transformers. Just a question to understand the language model head.
Here at the final linear layer where we project hidden size to vocab size (https://github.com/huggingface/transformers/blob/f2fbe4475386bfcfb3b83d0a3223ba216a3c3a91/src/transformers/models/bert/modeling_bert.py#L685-L702).
python3 self.decoder = nn.Linear(config.hidden_size, config.vocab_size, bias=False) self.bias = nn.Parameter(torch.zeros(config.vocab_size)) self.decoder.bias = self.bias We set the bias term to zero at the moment. And later when we initialize the weight, we tie the weight of the linear layer and the word embedding.
But we don't do such a thing for the bias term. I wonder how we can understand that and why we want to initialize the …
( 89
min )
A few weeks ago, before stable-diffusion was officially released, I found that fine-tuning Dalle-mini's VQGAN decoder can improve the performance on anime images. See:
https://preview.redd.it/eekf9hjt3gn91.png?width=1280&format=png&auto=webp&s=25938a4ad284e6cfff958ad0d69968cd2c01ed18
And with a few lines of code change, I was able to train the stable-diffusion VAE decoder. See:
https://preview.redd.it/45xogflo5gn91.png?width=1129&format=png&auto=webp&s=43f98e863b918bba9d7471a0cfa7de4dcc8df98c
You can find the exact training code used in this repo: https://github.com/cccntu/fine-tune-models/
More details about the models are also in the repo.
And you can play with the former model at https://github.com/cccntu/anim_e
submitted by /u/cccntu
[link] [comments]
( 89
min )
I've built a library to explore machine learning with functional programming and dependent types, including statically-verified shapes like transpose : Tensor [m, n] dtype -> Tensor [n, m] dtype It compiles with XLA, and shares a similar approach to JAX and Dex.
I've made significant progress since my post last December: I've implemented much of the linear algebra API, and it now runs on GPU. I next want autodiff, gradient descent and vectorized map (a la JAX's vmap). I've started work on these but there's still much to do.
submitted by /u/tmp-1379
[link] [comments]
( 99
min )
I am looking at this repo:
https://github.com/marlbenchmark/on-policy/blob/af4dc22aaf05b281d9e2e4f43c9ebb9eca48137e/onpolicy/runner/separated/mpe_runner.py#L67
And I am wondering: how do you compute rewards when you have multiple parallel environments? Do you take an average? I don't see any reference here to multiple rollout threads, so what happens when you do have some?
Thanks!
submitted by /u/No_Possibility_7588
[link] [comments]
( 89
min )
Fast.ai is a revolutionary library created by Jeremy Howard who was a former Kaggle no 1 Grandmaster. He has developed the Fast.ai course…
( 7
min )
submitted by /u/cloud_weather
[link] [comments]
( 141
min )
submitted by /u/op_prabhuomkar
[link] [comments]
( 88
min )
submitted by /u/CJemine
[link] [comments]
( 88
min )
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 88
min )
submitted by /u/mandeheks
[link] [comments]
( 86
min )
submitted by /u/LordPewPew777
[link] [comments]
( 87
min )
submitted by /u/Agaeon
[link] [comments]
( 89
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 90
min )
submitted by /u/AmerBekic
[link] [comments]
( 89
min )
submitted by /u/much_successes
[link] [comments]
( 93
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 92
min )
submitted by /u/gwern
[link] [comments]
( 87
min )
submitted by /u/radi-cho
[link] [comments]
( 106
min )
I conducted a small research to see how recent developments in AI will affect the comic book industry.
I’ve run two experiments one with Dall-E and anotherone with Midjourney (Stable Diffusion is on it’s way). In both examples, I used a script of Killing Joke by Alan Moore and and compared it with original.
Dall-E Experiment
Midjourney Experiment
submitted by /u/RubiksCodeNMZ
[link] [comments]
( 105
min )
submitted by /u/SpatialComputing
[link] [comments]
( 90
min )
submitted by /u/RunTheGauntlet777
[link] [comments]
( 90
min )
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 90
min )
https://youtu.be/db0uUa5_cTE
submitted by /u/Lollygag42
[link] [comments]
( 87
min )
submitted by /u/Sindrelf
[link] [comments]
( 87
min )
submitted by /u/markurtz
[link] [comments]
( 87
min )
submitted by /u/kenickh
[link] [comments]
( 87
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/edgeworth_artist
[link] [comments]
( 88
min )
submitted by /u/6Witchy9
[link] [comments]
( 88
min )
submitted by /u/LordPewPew777
[link] [comments]
( 87
min )
submitted by /u/Raymond_Hempmoore
[link] [comments]
( 87
min )
submitted by /u/kenickh
[link] [comments]
( 93
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 87
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 90
min )
submitted by /u/vvdb_industries
[link] [comments]
( 88
min )
submitted by /u/henlo_there_fren
[link] [comments]
( 87
min )
submitted by /u/jimhi
[link] [comments]
( 91
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 91
min )
submitted by /u/nalr00n
[link] [comments]
( 87
min )
submitted by /u/FreshRelaxation
[link] [comments]
( 92
min )
submitted by /u/LordPewPew777
[link] [comments]
( 90
min )
Hi there, I've uploaded a notebook file where you can test out the newest pytorch jit compile feature that works with Stable diffusion to further accelerate the inference time!
https://github.com/cloneofsimo/sd-various-ideas/blob/main/create_jit.ipynb This lets you create jit with Stable diffusion v1.4
https://github.com/cloneofsimo/sd-various-ideas/blob/main/inference_nvFuserJIT.ipynb This lets you use the jit compiled SD model to accelerate the sampling algorithm.
Currently only has DDIM implementation. I hope this helps for someone who is working with stable diffusions to further accelerate them or anyone interested in jit, nvFuser in general.
On single 512 x 512 image, 50 DDIM steps, it takes 3.0 seconds!
Im implementing various ideas (such as blended latent diffusion) with SD on this repo, https://github.com/cloneofsimo/sd-various-ideas , so give it a star if you find it helpful!
Output from AMP + nvFuser
https://preview.redd.it/pwtpex6diwm91.png?width=700&format=png&auto=webp&s=3d856529b2c4949a9359adaa8e41f5d12e98c64f
submitted by /u/cloneofsimo
[link] [comments]
( 89
min )
Hi, wanted to shared some of the work we have been up to on the side of ML for olfaction.
Google AI Blogpost, which introduces three works:
A Principal Odor Map Unifies Diverse Tasks in Human Olfactory Perception
Metabolic activity organizes olfactory representations
A deep learning and digital archaeology approach for mosquito repellent discovery
submitted by /u/beangoben
[link] [comments]
( 89
min )
The aphorism acknowledges that models of our knowledge always fall short of the complexities of reality but can still be useful nonetheless. With this model background, let us delve into this article focusing on specific technical debt in Machine Learning System development.
The post Technical Debt In Machine Learning System – A Model Driven Perspective appeared first on Data Science Central.
( 24
min )
submitted by /u/mdhmz1
[link] [comments]
( 86
min )
The last few years have seen rapid development in the field of natural language processing (NLP). Although hardware has improved, such as with the latest generation of accelerators from NVIDIA and Amazon, advanced machine learning (ML) practitioners still regularly encounter issues deploying their large language models. Today, we announce new capabilities in Amazon SageMaker that […]
( 13
min )
In this post, we discuss best practices to improve the performance of your computer vision models using Amazon Rekognition Custom Labels. Rekognition Custom Labels is a fully managed service to build custom computer vision models for image classification and object detection use cases. Rekognition Custom Labels builds off of the pre-trained models in Amazon Rekognition, which […]
( 7
min )
To train a machine learning (ML) model, you need a large, high-quality, labeled dataset. Amazon SageMaker Ground Truth helps you build high-quality training datasets for your ML models. With Ground Truth, you can use workers from either Amazon Mechanical Turk, a vendor company of your choosing, or an internal, private workforce to enable you to […]
( 8
min )
Amp is a new live radio app from Amazon. With Amp, you can host your own radio show and play songs from the Amazon Music catalog, or tune in and listen to shows other Amp users are hosting. In an environment where content is plentiful and diverse, it’s important to tailor the user experience to […]
( 9
min )
Amp, the new live radio app from Amazon, is a reinvention of radio featuring human-curated live audio shows. It’s designed to provide a seamless customer experience to listeners and creators by debuting interactive live audio shows from your favorite artists, radio DJs, podcasters, and friends. However, as a new product in a new space for […]
( 10
min )
This is a guest blog post cowritten with athenahealth. athenahealth a leading provider of network-enabled software and services for medical groups and health systems nationwide. Its electronic health records, revenue cycle management, and patient engagement tools allow anytime, anywhere access, driving better financial outcomes for its customers and enabling its provider customers to deliver better quality […]
( 18
min )
For a couple of years now I've been using neural networks to generate daily drawing prompts. With today's text-generating neural networks far too large to finetune on a list of existing prompts, I've turned to other methods. One method that works surprisingly well is
( 8
min )
AI Weirdness: the strange side of machine learning
( 2
min )
Content Moderation means the moderation of the user-generated content which is getting published on various online platforms. The term…
( 8
min )
Hey all,
We have compiled a Reddit post and comment dataset for your analysis. It aims to contain all climate change discussion on Reddit in a set of CSV files - hopefully helping bridge real world problems with solutions based on online community data. You can use it to analyze misinformation, track trends, and many more (data science is an open field!)
You can download it here. Or here, if you are using Huggingface Datasets.
Enjoy!
submitted by /u/Lexyr-Mod
[link] [comments]
( 89
min )
Release notes available here: https://github.com/openai/gym/releases/tag/0.26.0
submitted by /u/jkterry1
[link] [comments]
( 89
min )
submitted by /u/vijish_madhavan
[link] [comments]
( 87
min )
submitted by /u/SudoSharma
[link] [comments]
( 87
min )
submitted by /u/estasfuera
[link] [comments]
( 87
min )
submitted by /u/LordPewPew777
[link] [comments]
( 87
min )
submitted by /u/Ziinxx
[link] [comments]
( 89
min )
submitted by /u/Why_Soooo_Serious
[link] [comments]
( 89
min )
submitted by /u/dead999999ish
[link] [comments]
( 87
min )
submitted by /u/OnlyProggingForFun
[link] [comments]
( 101
min )
In their debut on the MLPerf industry-standard AI benchmarks, NVIDIA H100 Tensor Core GPUs set world records in inference on all workloads, delivering up to 4.5x more performance than previous-generation GPUs. The results demonstrate that Hopper is the premium choice for users who demand utmost performance on advanced AI models. Additionally, NVIDIA A100 Tensor Core Read article >
The post NVIDIA Hopper Sweeps AI Inference Benchmarks in MLPerf Debut appeared first on NVIDIA Blog.
( 6
min )
This GFN Thursday marks a milestone: With the addition of six new titles this week, more than 1,400 games are now available to stream from the GeForce NOW library. Plus, GeForce NOW members streaming to supported Smart TVs from Samsung and LG can get into their games faster with an improved user interface. Your Games, Read article >
The post GeForce NOW Supports Over 1,400 Games Streaming Instantly appeared first on NVIDIA Blog.
( 5
min )
submitted by /u/jkterry1
[link] [comments]
( 87
min )
Researchers develop a new method that uses multiple models to create more complex images with better understanding.
( 7
min )
submitted by /u/Ziinxx
[link] [comments]
( 87
min )
Stable Diffusion web UI
A browser interface based on Gradio library for Stable Diffusion.
github: https://github.com/AUTOMATIC1111/stable-diffusion-webui
https://preview.redd.it/7vk3oijorim91.png?width=1594&format=png&auto=webp&s=8e6096c86b95ed1ed338b9501e2b5c586164d0e9
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 88
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 90
min )
submitted by /u/World-Tight
[link] [comments]
( 87
min )
submitted by /u/elcric_krej
[link] [comments]
( 87
min )
I’ve been looking for an AI generator that can create something like this. It sort of creates an image similar to the base image and then keeps going, making more that copy off themselves. Anyone have any examples of programs that can do this?
submitted by /u/M0C1
[link] [comments]
( 87
min )
submitted by /u/kenickh
[link] [comments]
( 87
min )
submitted by /u/widgia
[link] [comments]
( 86
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/nalr00n
[link] [comments]
( 87
min )
submitted by /u/tuccigucci_
[link] [comments]
( 87
min )
submitted by /u/Representative-Job23
[link] [comments]
( 87
min )
submitted by /u/gwern
[link] [comments]
( 87
min )
Amazon SageMaker provides a suite of built-in algorithms, pre-trained models, and pre-built solution templates to help data scientists and machine learning (ML) practitioners get started on training and deploying ML models quickly. You can use these algorithms and models for both supervised and unsupervised learning. They can process various types of input data, including tabular, […]
( 8
min )
Many AWS customers have been successfully using Amazon Transcribe to accurately, efficiently, and automatically convert their customer audio conversations to text, and extract actionable insights from them. These insights can help you continuously enhance the processes and products that directly improve the quality and experience for your customers. In many countries, such as India, English […]
( 16
min )
Despite increasingly widespread use of machine learning (ML) in all aspects of our lives, a broad class of scenarios still rely on automation designed by people, not artificial intelligence (AI). In real-world applications that involve making sequences of decisions with long-term consequences, from allocating beds in an intensive-care unit to controlling robots, decision-making strategies to […]
The post A game-theoretic approach to provably correct and scalable offline RL appeared first on Microsoft Research.
( 15
min )
submitted by /u/kenickh
[link] [comments]
( 87
min )
Drupal is an open-source content management system that powers hundred of thousands of websites particularly high-traffic ones. It’s especially popular among professional developer for its adaptability and government website for its high level of security. In this piece, we’ll discuss why you might want to select Drupal, who Drupal is right for, and how to… Read More »6 Reasons Why You Need to Integrate Your Drupal Hosting With Cloudways
The post 6 Reasons Why You Need to Integrate Your Drupal Hosting With Cloudways appeared first on Data Science Central.
( 21
min )
Researchers increase the accuracy and efficiency of a machine-learning method that safeguards user data.
( 11
min )
Optimized Stable Diffusion
This repo is a modified version of the Stable Diffusion repo, optimized to use less VRAM than the original by sacrificing inference speed.
To achieve this, the stable diffusion model is fragmented into four parts which are sent to the GPU only when needed. After the calculation is done, they are moved back to the CPU. This allows us to run a bigger model while requiring less VRAM.
github: https://github.com/neonsecret/stable-diffusion
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 88
min )
An interview with Brenden Bartholomew, President of Vector Aerial, on the use of drones in both military and civilian contexts, as well as a discussion about how Drone AI works and where it's heading
The post The Cagle Report – Episode 1 – Send in the Drones appeared first on Data Science Central.
( 18
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 87
min )
submitted by /u/Defiant-Branch4346
[link] [comments]
( 86
min )
submitted by /u/estasfuera
[link] [comments]
( 86
min )
submitted by /u/alimhabidi
[link] [comments]
( 87
min )
submitted by /u/trcytony
[link] [comments]
( 87
min )
submitted by /u/mdfnb
[link] [comments]
( 87
min )
submitted by /u/cyberboii22
[link] [comments]
( 92
min )
submitted by /u/mdfnb
[link] [comments]
( 90
min )
submitted by /u/cky_stew
[link] [comments]
( 87
min )
submitted by /u/gwern
[link] [comments]
( 87
min )
submitted by /u/keghn
[link] [comments]
( 86
min )
submitted by /u/YouWereDumb
[link] [comments]
( 87
min )
When most people think of using machine learning (ML) with audio data, the use case that usually comes to mind is transcription, also known as speech-to-text. However, there are other useful applications, including using ML to detect sounds. Using software to detect a sound is called audio event detection, and it has a number of […]
( 10
min )
Like two valedictorians, SimInsights and Photomath tell stories worth hearing about how AI is advancing education. SimInsights in Irvine, Calif., uses NVIDIA conversational AI to make virtual and augmented reality classes lifelike for college students and employee training. Photomath — founded in Zagreb, Croatia and based in San Mateo, Calif. — created an app using Read article >
The post Model Teachers: Startups Make Schools Smarter With Machine Learning appeared first on NVIDIA Blog.
( 6
min )
Viral creator turned NVIDIA 3D artist Lorenzo Drago takes viewers on a jaw-dropping journey through Toyama, Japan’s Etchū-Daimon Station this week In the NVIDIA Studio.
The post Ridiculously Realistic Renders Rule This Week ‘In the NVIDIA Studio’ appeared first on NVIDIA Blog.
( 7
min )
Data Science is a popular term nowadays. In fact, it’s one of the most sought-after jobs in the world. It can be applied to several fields…
( 11
min )
Study finds computer models that predict molecular interactions need improvement before they can help identify drug mechanisms of action.
( 7
min )
I'm not in this field but I'm very interested in being up to date with the latest, weekly and even daily, all things AI. The only two I know is 2 Minute Papers and Dr Alan D. Thompson.
I may have seen others but were very low quality (sensationalism).
submitted by /u/kmtrp
[link] [comments]
( 87
min )
submitted by /u/Kedjja
[link] [comments]
( 88
min )
submitted by /u/Black_RL
[link] [comments]
( 86
min )
submitted by /u/magenta_placenta
[link] [comments]
( 86
min )
submitted by /u/fosfine
[link] [comments]
( 87
min )
submitted by /u/EnvironmentalMap5
[link] [comments]
( 89
min )
Hey folks! I am just overwhelmed that my AI project was selected by Arm for their upcoming AI Tech Talk. I will present my solution for farmers that helps them avoid fake poor-quality agrochemicals on Sep 20th, at 8:00 AM PT. This is my first webinar of such scale and I would appreciate if you support my project by joining me: https://armltd.zoom.us/webinar/register/4016582497950/WN_fJE_6UT_Q1GCfygq8Ll4tw
Hope to see you!
submitted by /u/wasteguru
[link] [comments]
( 87
min )
submitted by /u/widgia
[link] [comments]
( 87
min )
submitted by /u/bendee983
[link] [comments]
( 86
min )
submitted by /u/FreshRelaxation
[link] [comments]
( 87
min )
submitted by /u/RubiksCodeNMZ
[link] [comments]
( 87
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/ai-lover
[link] [comments]
( 88
min )
submitted by /u/estasfuera
[link] [comments]
( 86
min )
Code: https://github.com/gordicaleksa/stable_diffusion_playground
submitted by /u/gordicaleksa
[link] [comments]
( 88
min )
Justin Pinkey has been experimenting with fine-tuning stable diffusion to use CLIP image embedding as the conditioning instead of a text prompt. This allows you do do the dalle2 like "image variations"
tweet: https://twitter.com/Buntworthy/status/1566744186153484288
github: https://github.com/justinpinkney/stable-diffusion
demo made with gradio: https://github.com/gradio-app/gradio
https://preview.redd.it/9jbdu4n1g2m91.jpg?width=3294&format=pjpg&auto=webp&s=716de69799bf14dcb2b84461f21832b679406e22
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 89
min )
I am training some generative models and need to showcase the generated images.
1) The images I will show when clicked should have related images from the dataset to show their similarity. Much like https://www.robots.ox.ac.uk/~vgg/software/vise/index.html
2) I also want to allow the users to input images and generate a sample using that.
I know there are some tools like Gradio. Are there any other tools available for this purpose?
submitted by /u/icelebratefestivus
[link] [comments]
( 89
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 86
min )
submitted by /u/RubiksCodeNMZ
[link] [comments]
( 87
min )
submitted by /u/ai-lover
[link] [comments]
( 88
min )
In the past few years, blockchain technology has turned out to be a phenomenal technology. The novel attributes of blockchain technology are making business processes more efficient, more secure, and more transparent and are taking the industry toward a new ‘decentralized’ direction.
The post Learn Blockchain Technology to Build A Futuristic Career appeared first on Data Science Central.
( 20
min )
SVG is an example of one of the more powerful technologies on the web that is likely completely invisible to you, whether you're simply browsing on the web or you're a web developer wanting to take advantage of your full toolset.
The post Imaging the Web With Scalable Vector Graphics appeared first on Data Science Central.
( 26
min )
submitted by /u/gwern
[link] [comments]
( 87
min )
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 92
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 86
min )
submitted by /u/nalr00n
[link] [comments]
( 86
min )
Cancer is partially a developmental illness, with malignancies named for the cell or tissue from which they originate. However, there is no systematic atlas of tumor sources. Identifying a patient’s precise type of cancer and its main site is the first step in deciding on the best course of treatment.
Despite extensive testing, the source of cancer cannot be determined in many situations. Oncologists must employ non-targeted medicines with severe side effects and poor survival rates.
Researchers at Massachusetts General Hospital (MGH) and the Koch Institute for Integrative Cancer Research at MIT may help classify cancers of unknown primary. Their work introduces a new deep learning method by closely examining the gene expression patterns related to early cell development and differentiation.
Continue reading | Check out the paper
submitted by /u/ai-lover
[link] [comments]
( 87
min )
submitted by /u/HumanSeeing
[link] [comments]
( 87
min )
submitted by /u/firig1965
[link] [comments]
( 87
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 87
min )
submitted by /u/Lakshmireddys
[link] [comments]
( 86
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
Blockchain technology has outgrown from being distributed ledger in financial applications to peer‐to‐peer networks that hold tremendous value in any industry and sector. Bewildering as the growth has been, organizations are engineering their blockchain.
The post Lack of Trust Continues to Erode Blockchain Adoption appeared first on Data Science Central.
( 20
min )
End-user experience monitoring (EUEM) enables IT professionals to understand issues from the viewpoint of end users, deliver a better customer experience, and fix issues more quickly by constantly capturing failures, breakdowns, page load data, network requests, and other metrics.
The post What is Digital Experience Monitoring (DEM)? appeared first on Data Science Central.
( 19
min )
What is CDN, does it endanger the sensitive data of internet users, and how can companies prevent hackers from exploiting its flaws?
The post CDN: Does Our Need For Internet Speed Put Sensitive Data at Risk? appeared first on Data Science Central.
( 21
min )
Iterating through HTML tables can be tricky, so we've created this simple guide to help you understand how to use Python to extract tabular data from public HTML tables.
The post How to Use Python to Loop Through HTML Tables and Scrape Tabular Data appeared first on Data Science Central.
( 26
min )
Data-centric architecture revisits architecture and turns that architecture on its head. Ever since the dawn of client-server computing, applications have been the focus of enterprise IT buyers.
The post What’s Data-Centric Architecture? appeared first on Data Science Central.
( 18
min )
Blockchain has a chequered history.
The post The AI Vegan – A real use case for NFT/ Blockchain? appeared first on Data Science Central.
( 19
min )
In today’s data-driven economy, any business needs to make sure that their data is easily recoverable and secured in an emergency. The National Archives and Records Administration suggests that close to 93% of the organizations which witness downtime and data loss for over ten and more days can file bankruptcy in a year. No wonder… Read More »Reaping the Benefits of Having a Data Backup and Recovery Plan
The post Reaping the Benefits of Having a Data Backup and Recovery Plan appeared first on Data Science Central.
( 19
min )
Alongside the explosion in enterprise data analytics is the growing realisation that insights, without action, are not enough.
The post Data Storytelling: Meshing Narrative Techniques with Data Science Smarts appeared first on Data Science Central.
( 21
min )
Businesses, whether big or small, know that understanding data is essential to making informed decisions that impact the organization’s bottom line.
The post Reengineer Business Decisions Granularly with Automated Data Collection appeared first on Data Science Central.
( 21
min )
submitted by /u/Ragdoll_X_Furry
[link] [comments]
( 88
min )
submitted by /u/swagonflyyyy
[link] [comments]
( 89
min )
submitted by /u/muellerzr12
[link] [comments]
( 88
min )
Hi there,
I have set up a basic implementation for Dual Numbers in Python that can be used for automatic differentiation. Here is an example that is also part of the repository:
Gradient descent with dual numbers.
The implementation is pretty simple and therefore easy to understand.
https://github.com/kaifishr/PyDualNumber
submitted by /u/neurontwister
[link] [comments]
( 105
min )
submitted by /u/fchung
[link] [comments]
( 101
min )
submitted by /u/cloud_weather
[link] [comments]
( 88
min )
submitted by /u/persianprez
[link] [comments]
( 90
min )
The dataset is geared towards computer vision-powered motorcycle helmets or other inventive avenues.
Get the dataset here: https://www.kaggle.com/datasets/sadhliroomyprime/motorcycle-night-ride-semantic-segmentation
Six standard classes are used which are: Undrivable, Road, Lanemark, My bike, Rider, Movable
Movable denotes moving objects e.g. vehicles, people etc., undrivable denoting areas where one cannot ride to. Other classes are self-explanatory inclusive of road, lanemark (inclusive of reflectors), rider, and, of course, the bike itself.
We have used SuperAnnotate’s pixel editor as the tool for the semantic segmentation. It works on a raster logic as opposed to a vector one. Exporting include the COCO format. We have prepackaged the dataset inclusive of fused images.
Dataset is created by Acme AI Ltd. (www.acmeai.tech) and is #openaccess 😊 😊. Use it to your heart's content.
submitted by /u/SithisR
[link] [comments]
( 89
min )
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 101
min )
submitted by /u/firig1965
[link] [comments]
( 86
min )
submitted by /u/kenickh
[link] [comments]
( 90
min )
submitted by /u/magenta_placenta
[link] [comments]
( 87
min )
submitted by /u/widgia
[link] [comments]
( 87
min )
submitted by /u/6Witchy9
[link] [comments]
( 91
min )
submitted by /u/henlo_there_fren
[link] [comments]
( 86
min )
submitted by /u/hirep14316
[link] [comments]
( 87
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 87
min )
submitted by /u/MassiveReign
[link] [comments]
( 86
min )
submitted by /u/dbzer0
[link] [comments]
( 86
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/kenickh
[link] [comments]
( 87
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 86
min )
https://youtu.be/2ethDz9KnLk
Did you know that something as simple as loading a model can execute arbitrary code on your machine?
Try the model: https://huggingface.co/ykilcher/totally-harmless-model
Get the code: https://github.com/yk/patch-torch-save
OUTLINE:
0:00 - Introduction
1:10 - Sponsor: Weights & Biases
3:20 - How Hugging Face models are loaded
5:30 - From PyTorch to pickle
7:10 - Understanding how pickle saves data
13:00 - Executing arbitrary code
15:05 - The final code
17:25 - How can you protect yourself?
submitted by /u/ykilcher
[link] [comments]
( 105
min )
this video shows you how you can install stable-diffuison on almost any computer regardless of your graphics card and use an easy to navigate website for your creations. It renders slowly but it works.
video: https://www.youtube.com/watch?v=iwHfsDTD8U0
github repo: https://github.com/darkhemic/stable-diffusion-cpuonly
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 88
min )
submitted by /u/SudoSharma
[link] [comments]
( 89
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/estasfuera
[link] [comments]
( 86
min )
submitted by /u/magenta_placenta
[link] [comments]
( 87
min )
submitted by /u/magenta_placenta
[link] [comments]
( 86
min )
submitted by /u/FreshRelaxation
[link] [comments]
( 87
min )
submitted by /u/magenta_placenta
[link] [comments]
( 87
min )
submitted by /u/techn0_cratic
[link] [comments]
( 87
min )
submitted by /u/OnlyProggingForFun
[link] [comments]
( 87
min )
submitted by /u/LoveFearLearn
[link] [comments]
( 87
min )
This is a guest post by Ramzi Alqrainy, Chief Technology Officer, The Chefz. The Chefz is a Saudi-based online food delivery startup, founded in 2016. At the core of The Chefz’s business model is enabling its customers to order food and sweets from top elite restaurants, bakeries, and chocolate shops. In this post, we explain […]
( 4
min )
Distributed deep learning model training is becoming increasingly important as data sizes are growing in many industries. Many applications in computer vision and natural language processing now require training of deep learning models, which are growing exponentially in complexity and are often trained with hundreds of terabytes of data. It then becomes important to use […]
( 13
min )
As a writer, you know the importance of creating high-quality content. Not only does quality content help your website or blog stand out…
( 12
min )
submitted by /u/Lakshmireddys
[link] [comments]
( 86
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 138
min )
AI Weirdness: the strange side of machine learning
( 2
min )
Hi, this talk looks like another good example of how we can help prevent climate change.
It looks like there are 25 other amazing talks too at PyBay2022, happening in-person in San Francisco AND ONLINE, NEXT SATURDAY Sept 10.
https://pybay.com/talklist/
submitted by /u/g_law
[link] [comments]
( 106
min )
What do you all think?
Is the solution of keeping it all for internal use, like Imagen, or having a controlled API like Dall-E 2 a better solution?
Source: https://twitter.com/negar_rz/status/1565089741808500736
submitted by /u/wei_jok
[link] [comments]
( 94
min )
Hey folks! I am just overwhelmed that my AI project was selected by Arm for their upcoming AI Tech Talk. I will present my solution for farmers that helps them avoid fake poor-quality agrochemicals on Sep 20th, at 8:00 AM PT. This is my first webinar of such scale and I would appreciate if you support my project by joining me: https://armltd.zoom.us/webinar/register/4016582497950/WN_fJE_6UT_Q1GCfygq8Ll4tw
Hope to see you!
submitted by /u/wasteguru
[link] [comments]
( 89
min )
Excellent case study regarding the collection and processing of large amounts of data while complying with GDPR in the autonomous driving industry: https://www.youtube.com/watch?v=DPeqEeSKTYA&t=22s
submitted by /u/laramontoyalaske
[link] [comments]
( 103
min )
submitted by /u/LordPewPew777
[link] [comments]
( 91
min )
submitted by /u/estasfuera
[link] [comments]
( 86
min )
submitted by /u/Ok-Craft-9908
[link] [comments]
( 86
min )
submitted by /u/Wingman143
[link] [comments]
( 87
min )
submitted by /u/nalr00n
[link] [comments]
( 87
min )
submitted by /u/kenickh
[link] [comments]
( 93
min )
submitted by /u/Tao_Dragon
[link] [comments]
( 90
min )
submitted by /u/henlo_there_fren
[link] [comments]
( 87
min )
submitted by /u/Sorin61
[link] [comments]
( 90
min )
submitted by /u/originalrumham
[link] [comments]
( 99
min )
submitted by /u/OnlyProggingForFun
[link] [comments]
( 87
min )
submitted by /u/subsun
[link] [comments]
( 87
min )
submitted by /u/Ok-Craft-9908
[link] [comments]
( 111
min )
A new model that maps developmental pathways to tumor cells may unlock the identity of cancers of unknown primary.
( 7
min )
This month’s NVIDIA GTC provides the best opportunity yet to learn how leading companies and their designers, planners and operators are using the industrial metaverse to create physically accurate, perfectly synchronized, AI-enabled digital twins. The global conference, which runs online Sept. 19-22, will focus in part on how NVIDIA Omniverse Enterprise enables companies to design Read article >
The post NVIDIA GTC Dives Into the Industrial Metaverse, Digital Twins appeared first on NVIDIA Blog.
( 5
min )
We’d wake you up when September ends, but then you’d miss out on a whole new set of games coming to GeForce NOW. Gear up for 22 games joining the GeForce NOW library, with 19 day-and-date releases including action role-playing game Steelrising. Playing them all will take some serious strategy. And build the perfect Minifigure Read article >
The post GFN Thursday Slides Into September With 22 New Games appeared first on NVIDIA Blog.
( 6
min )
Bias detection in data and model outcomes is a fundamental requirement for building responsible artificial intelligence (AI) and machine learning (ML) models. Unfortunately, detecting bias isn’t an easy task for the vast majority of practitioners due to the large number of ways in which it can be measured and different factors that can contribute to […]
( 14
min )
submitted by /u/kenickh
[link] [comments]
( 100
min )
dataset
I have an issue with the number of instances:
only one mask
https://dip4fish.blogspot.com/2022/09/train-and-prediction-with-lightning.html
submitted by /u/jean-pat
[link] [comments]
( 97
min )
Show your visualizations in a web based layout using plotly Dash
Continue reading on Becoming Human: Artificial Intelligence Magazine »
( 12
min )
Here's a link to the post discussing this topic - https://exafunction.com/blog/are-gpus-worth-it
At Exafunction, we've noticed a lot of companies CPUs for machine learning inference workloads. We wrote this post to add some color on this and explain why generally GPUs, if managed properly, are the right hardware for these workloads.
submitted by /u/varunkmohan
[link] [comments]
( 88
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 87
min )
submitted by /u/ai-lover
[link] [comments]
( 92
min )
submitted by /u/Alternative-Ninja-50
[link] [comments]
( 87
min )
submitted by /u/chelsea_bear
[link] [comments]
( 86
min )
Hey everyone, today I published 1st video regarding "How you can perform neural Architecture Search without training". Do checkout the video. https://www.youtube.com/watch?v=5Iw9pPdXPzI
submitted by /u/nightstorm1990
[link] [comments]
( 92
min )
submitted by /u/nalr00n
[link] [comments]
( 87
min )
submitted by /u/Hades_adhbik
[link] [comments]
( 93
min )
submitted by /u/Playful_Worldliness2
[link] [comments]
( 87
min )
submitted by /u/ai-lover
[link] [comments]
( 87
min )
NVIDIA is collaborating with the United Nations Economic Commission for Africa (UNECA) to equip governments and developer communities in 10 nations with data science training and technology to support more informed policymaking and accelerate how resources are allocated. The initiative will empower the countries’ national statistical offices — agencies that handle population censuses data, economic Read article >
The post UN Economic Commission for Africa Engages NVIDIA to Boost Data Science in 10 Nations appeared first on NVIDIA Blog.
( 6
min )
In the NVIDIA Studio celebrates the Open Broadcaster Software (OBS) Studio’s 10th anniversary and its 28.0 software release. Plus, popular streamer WATCHHOLLIE shares how she uses OBS and a GeForce RTX 3080 GPU in a single-PC setup to elevate her livestreams.
The post OBS Studio to Release Software Update 28.0 With NVIDIA Broadcast Features ‘In the NVIDIA Studio’ appeared first on NVIDIA Blog.
( 7
min )
Data is the fuel that makes artificial intelligence run. Training machine learning and AI systems requires data. And the quality of datasets has a big impact on the systems’ results. But compiling quality real-world data for AI and ML can be difficult and expensive. That’s where synthetic data comes in. The guest for this week’s Read article >
The post Rendered.ai Founder and CEO Nathan Kundtz on Using AI to Build Better AI appeared first on NVIDIA Blog.
( 5
min )
Happy to share that our study on designing DNA sequences to control gene expression using generative deep learning is just out!
https://www.nature.com/articles/s41467-022-32818-8
This is a continuation of our previous work, where we learned to 'read' regulatory DNA using deep neural nets, accurately predicting gene expression levels in multiple organisms and finding predictive regulatory grammar across whole gene regulatory regions.
https://www.nature.com/articles/s41467-020-19921-4
Here we combine the predictive models with advanced generative models in an architecture termed ExpressionGAN that can be used to 'write' (design) de novo regulatory DNA with target gene expression levels.
submitted by /u/janimezzz
[link] [comments]
( 108
min )
One of the central concepts of the metaverse is the notion that every person has a single sign-on controlled by the vendors, which can, in turn, be used to track users as they move from one virtual world to another.
The post DSC Weekly 30 August 2022 – Metaverse Misfires appeared first on Data Science Central.
( 22
min )
Webby data architects and modelers–the spider-like ones who use intelligent graph design and a bit of glue or another sticky substance to achieve their objectives–are focused on making joinery much more efficient and scaling a lot more useful with the help of more contextualized data.
The post Semantic Graph as the Next Step for Web Data Architecture appeared first on Data Science Central.
( 20
min )
This article is intended to users relying on machine learning solutions offered by third party vendors. It applies to platforms, dashboards, traditional software, or even external pieces of code that are too time consuming to modify. One of the goals is to turn such systems into explainable AI.
The post How to Make Black-box Systems more Transparent appeared first on Data Science Central.
( 23
min )
Technical Debt describes what results when development teams take conscious actions to expedite the delivery of a piece of functionality or a project which later needs to be remediated via refactoring.
The post A Model For Technical Debt In Machine Learning Systems appeared first on Data Science Central.
( 21
min )
submitted by /u/trcytony
[link] [comments]
( 87
min )
submitted by /u/bendee983
[link] [comments]
( 87
min )
submitted by /u/Rindsroulade
[link] [comments]
( 87
min )
submitted by /u/widgia
[link] [comments]
( 87
min )
submitted by /u/Jan_Prince
[link] [comments]
( 99
min )
submitted by /u/Jan_Prince
[link] [comments]
( 103
min )
submitted by /u/OnlyProggingForFun
[link] [comments]
( 87
min )
submitted by /u/girl_meets_tech
[link] [comments]
( 88
min )
submitted by /u/acropanthus
[link] [comments]
( 86
min )
The PyTorch team recently released a Deep Learning Compiler for NVIDIA GPUs called nvFuser. This compiler automatically creates quick, adaptable kernels, speeding up user networks. Creating quick bespoke “fusion” kernels at runtime also significantly accelerates deep learning networks running on Volta and later CUDA accelerators. The new and updated compiler, nvFuser, supports a variety of network architectures as well as applications with dynamic inputs of different shapes and strides and has been specially created to address the particular needs of the PyTorch community. In order to optimize and accelerate PyTorch operations, nvFuser uses graphical representations. Users’ PyTorch operations are not directly accessible as a complete program that a system like nvFuser can optimize because PyTorch uses an eager execution approach. As a result, there is a need for intermediary systems that can translate user programs into a format that nvFuser can optimize. These more advanced methods send the captured operations to nvFuser, which can subsequently tailor the user’s script execution for NVIDIA GPUs.
Continue reading |Github link | Reference article
submitted by /u/ai-lover
[link] [comments]
( 95
min )
Reinventing enterprise computing for the modern era, VMware CEO Raghu Raghuram Tuesday announced the availability of the VMware vSphere 8 enterprise workload platform running on NVIDIA DPUs, or data processing units, an initiative formerly known as Project Monterey. Placing the announcement in context, Raghuram and NVIDIA founder and CEO Jensen Huang discussed how running VMware Read article >
The post NVIDIA and VMware CEOs Discuss New Era of Enterprise Computing appeared first on NVIDIA Blog.
( 7
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 87
min )
submitted by /u/Jan_Prince
[link] [comments]
( 113
min )
submitted by /u/asc2450
[link] [comments]
( 87
min )
With personalized content more likely to drive customer engagement, businesses continuously seek to provide tailored content based on their customer’s profile and behavior. Recommendation systems in particular seek to predict the preference an end-user would give to an item. Some common use cases include product recommendations on online retail stores, personalizing newsletters, generating music playlist […]
( 9
min )
On its own, a new machine-learning model discovers linguistic rules that often match up with those created by human experts.
( 9
min )
submitted by /u/kenickh
[link] [comments]
( 87
min )
submitted by /u/crateone
[link] [comments]
( 87
min )
submitted by /u/apeloverage
[link] [comments]
( 100
min )
submitted by /u/pwillia7
[link] [comments]
( 89
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/eFishhh
[link] [comments]
( 87
min )
submitted by /u/magenta_placenta
[link] [comments]
( 87
min )
submitted by /u/Ziinxx
[link] [comments]
( 87
min )
submitted by /u/kbf_
[link] [comments]
( 90
min )
submitted by /u/8ing8ong
[link] [comments]
( 87
min )
submitted by /u/XXmynameisNeganXX
[link] [comments]
( 87
min )
submitted by /u/Available_Tadpole829
[link] [comments]
( 87
min )
submitted by /u/RubiksCodeNMZ
[link] [comments]
( 90
min )
submitted by /u/VerbNoun123
[link] [comments]
( 87
min )
https://github.com/JoaoLages/diffusers-interpret
Looking for contributors to improve this package!
Generated image for the phrase \"A cute corgi with the Eiffel Tower in the background\"
Word importances for the selected region
submitted by /u/JClub
[link] [comments]
( 88
min )
https://www.serkansulun.com/midi/
Here is my recent research project. The website has music samples, and links to the paper and the code. It allows conditioning on an arbitrary emotions, using valence-arousal values, and generates 5-instrument (strings, guitar, bass, piano, drums) rock and pop songs. I hope you find it useful.
submitted by /u/councilanderson2
[link] [comments]
( 89
min )
submitted by /u/kenickh
[link] [comments]
( 95
min )
submitted by /u/RubiksCodeNMZ
[link] [comments]
( 87
min )
Vanessa Rosa’s art transcends time: it merges traditional and contemporary techniques, gives new life to ancient tales and imagines possible futures.
The post Meet the Omnivore: Artist Fires Up NVIDIA Omniverse to Glaze Animated Ceramics appeared first on NVIDIA Blog.
( 6
min )
On August 9, 2022, we announced the general availability of cross-account sharing of Amazon SageMaker Pipelines entities. You can now use cross-account support for Amazon SageMaker Pipelines to share pipeline entities across AWS accounts and access shared pipelines directly through Amazon SageMaker API calls. Customers are increasingly adopting multi-account architectures for deploying and managing machine […]
( 9
min )
Data preparation is the process of collecting, cleaning, and transforming raw data to make it suitable for insight extraction through machine learning (ML) and analytics. Data preparation is crucial for ML and analytics pipelines. Your model and insights will only be as reliable as the data you use for training them. Flawed data will produce […]
( 8
min )
The Metaverse is seen as the fourth wave of computing and networking - the first three being the mainframe, personal computing, and mobile + cloud. Yet, In contrast to the previous waves, the Metaverse adds 3D experience, or immersion.
The post A Comprehensive Definition of the Metaverse appeared first on Data Science Central.
( 18
min )
submitted by /u/vwxyzjn
[link] [comments]
( 87
min )
submitted by /u/MindsetTransformat
[link] [comments]
( 103
min )
submitted by /u/echo_zoo
[link] [comments]
( 91
min )
submitted by /u/glenniszen
[link] [comments]
( 87
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/skj8
[link] [comments]
( 86
min )
submitted by /u/nalr00n
[link] [comments]
( 87
min )
submitted by /u/widgia
[link] [comments]
( 87
min )
submitted by /u/roblox22y
[link] [comments]
( 87
min )
https://www.youtube.com/watch?v=KJOZEwJ3w0o&ab_channel=JohannezzMusic
submitted by /u/Dreamaster015
[link] [comments]
( 92
min )
submitted by /u/Marketing_introverts
[link] [comments]
( 86
min )
submitted by /u/KaleidoscopeBest1569
[link] [comments]
( 89
min )
submitted by /u/skj8
[link] [comments]
( 93
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 87
min )
Reptile was developed by open ai and it'll open yo eye🗿
submitted by /u/JoshuaDaD
[link] [comments]
( 87
min )
submitted by /u/Ok-Prior-8856
[link] [comments]
( 87
min )
submitted by /u/LordPewPew777
[link] [comments]
( 87
min )
submitted by /u/akolonin
[link] [comments]
( 87
min )
submitted by /u/OnlyProggingForFun
[link] [comments]
( 91
min )
submitted by /u/much_successes
[link] [comments]
( 87
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 92
min )
submitted by /u/brthornbury
[link] [comments]
( 88
min )
submitted by /u/owlthatissuperb
[link] [comments]
( 118
min )
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 89
min )
https://deumbra.com/2022/08/rllib-for-deep-hierarchical-multiagent-reinforcement-learning/
submitted by /u/jmugan
[link] [comments]
( 88
min )
According to Forbes, data scientists spend about 80% of their time on data collection, cleansing, and preparation, while only 20% of it is left for actual data analysis. Organizations that don’t utilize master data management systems or data warehouses to keep their data clean and accurate end up basing crucial business decisions on bad data. … Read More »Data cleansing for reliable analytics and business intelligence
The post Data cleansing for reliable analytics and business intelligence appeared first on Data Science Central.
( 20
min )
submitted by /u/frongwmwlwi
[link] [comments]
( 87
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/belindahooper
[link] [comments]
( 87
min )
submitted by /u/cyberboii22
[link] [comments]
( 91
min )
submitted by /u/kbf_
[link] [comments]
( 87
min )
In December 2020, AWS announced the general availability of Amazon SageMaker JumpStart, a capability of Amazon SageMaker that helps you quickly and easily get started with machine learning (ML). JumpStart provides one-click fine-tuning and deployment of a wide variety of pre-trained models across popular ML tasks, as well as a selection of end-to-end solutions that […]
( 10
min )
Organizations in the lending and mortgage industry process thousands of documents on a daily basis. From a new mortgage application to mortgage refinance, these business processes involve hundreds of documents per application. There is limited automation available today to process and extract information from all the documents, especially due to varying formats and layouts. Due […]
( 12
min )
submitted by /u/belindahooper
[link] [comments]
( 87
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 87
min )
https://preview.redd.it/8vrzhm8l4xj91.jpg?width=640&format=pjpg&auto=webp&s=9a5e7fb4694981d9f9184a9fdc099c96273c60a4
https://preview.redd.it/vyrc59624xj91.png?width=1350&format=png&auto=webp&s=b25f1b106ad5c97ed62e8ed8088b3e3a43991480
colab for img2img: https://colab.research.google.com/drive/1NfgqublyT_MWtR5CsmrgmdnkWiijF3P3?usp=sharing
colab for inpainting: https://colab.research.google.com/drive/1whhIiXxjQjbBuiq4lqwh-AlLIjh3l1OB
demo built with gradio: https://github.com/gradio-app/gradio
hosted web demo for stable diffusion: https://huggingface.co/spaces/stabilityai/stable-diffusion
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 88
min )
submitted by /u/nkubiak
[link] [comments]
( 97
min )
submitted by /u/pmz
[link] [comments]
( 93
min )
submitted by /u/Lakshmireddys
[link] [comments]
( 87
min )
submitted by /u/juliarmg
[link] [comments]
( 87
min )
The latest solution from the Colossal-AI team (https://github.com/hpcaitech/ColossalAI) and BioMap for protein monomer and multimer structure prediction, xTrimo Multimer, has recently become open-source to the public. This new solution can predict both monomer and multimer structure simultaneously accelerating the process by up to 11 times!
https://preview.redd.it/xeg7wb79btj91.png?width=852&format=png&auto=webp&s=5a9308c9e87691e8a6082d9d3926f10a87e272a6
The hero behind is Colossal-AI, which is a powerful deep learning system that aims to make large AI model training easy and accessible in the community and industry. By integrating large model training techniques and optimizations provided by Colossal-AI, we can significantly reduce the time and cost of both protein monomer and multimer …
( 94
min )
Machine learning (ML) model deployments can have very demanding performance and latency requirements for businesses today. Use cases such as fraud detection and ad placement are examples where milliseconds matter and are critical to business success. Strict service level agreements (SLAs) need to be met, and a typical request may require multiple steps such as […]
( 13
min )
In the digital world, providing information in a local language isn’t novel, but it can be a tedious and expensive task. Advancements in machine learning (ML) and natural language processing (NLP) have made this task much easier and less expensive. We have seen increased adoption of ML for multi-lingual data and document processing workloads. Enterprise […]
( 8
min )
Looking for a change of art? Try using AI — that’s what 3D artist Nikola Damjanov is doing. Based in Serbia, Damjanov has over 15 years of experience in the graphics industry, from making 3D models and animations to creating high-quality visual effects for music videos and movies. Now an artist at game developer company Read article >
The post 3D Artist Creates Blooming, Generative Sculptures With NVIDIA RTX and AI appeared first on NVIDIA Blog.
( 5
min )
E-commerce sales have skyrocketed as more people shop remotely, spurred by the pandemic. But this surge has also led fraudsters to use the opportunity to scam retailers and customers, according to David Sutton, director of analytical technology at fintech company Featurespace. The company, headquartered in the U.K., has developed AI-powered technology to increase the speed Read article >
The post Fintech Company Blocks Fraud Attacks for Financial Institutions With AI and NVIDIA GPUs appeared first on NVIDIA Blog.
( 6
min )
Some weeks, GFN Thursday reveals new or unique features. Other weeks, it’s a cool reward. And every week, it offers its members new games. This week, it’s all of the above. First, Saints Row marches into GeForce NOW. Be your own boss in the new reboot of the classic open-world criminal adventure series, now available Read article >
The post GFN Thursday Adds ‘Saints Row,’ ‘Genshin Impact’ on Mobile With Touch Controls appeared first on NVIDIA Blog.
( 6
min )
What would it take to get humanoid, bipedal robots to dance like Mick Jagger? Indeed, for something more mundane, what does it take to get them to simply stand still? Sit down? Walk? Move in myriads of other ways many people take for granted? Bipedalism provides unparalleled versatility in an environment designed for and by […]
The post MoCapAct: Training humanoid robots to “Move Like Jagger” appeared first on Microsoft Research.
( 11
min )
What is neural network ?
( 8
min )
submitted by /u/ai-lover
[link] [comments]
( 88
min )
submitted by /u/Kedjja
[link] [comments]
( 87
min )
submitted by /u/tailorvikas56
[link] [comments]
( 87
min )
submitted by /u/estasfuera
[link] [comments]
( 89
min )
submitted by /u/Louistiti
[link] [comments]
( 87
min )
submitted by /u/Futures_Bot
[link] [comments]
( 87
min )
submitted by /u/West_Alan_880
[link] [comments]
( 86
min )
submitted by /u/icyFur
[link] [comments]
( 87
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/solidist
[link] [comments]
( 86
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/kbf_
[link] [comments]
( 87
min )
submitted by /u/Kedjja
[link] [comments]
( 87
min )
Hello all!
This weekend I wrote: goa-loader, National Gallery of Art Open Data Program tf.data.Dataset Loader and generative modeling to accompany
Let me know if you use the loader. Open to PRs to add GANs or anything else interesting, enjoy!
submitted by /u/puppet_pals
[link] [comments]
( 88
min )
https://preview.redd.it/kzr84j69dnj91.png?width=2228&format=png&auto=webp&s=df30cd90fd3486f83e5630eaee782eaac1e0a197
More info at https://outsystems-ai-reading-group.github.io/
submitted by /u/Alex_Lemos
[link] [comments]
( 88
min )
https://colah.github.io/posts/2014-03-NN-Manifolds-Topology/ mentions that neural networks learn a representation of the data so as to make the classes linearly separable. What I fail to see is how does a neural network create a separating hyperplane that separates the classes. How do we know that it creates a hyperplane? What's the math behind it?
submitted by /u/JJP77
[link] [comments]
( 92
min )
submitted by /u/ramacastro
[link] [comments]
( 86
min )
Lincoln Laboratory Supercomputing Center dataset aims to accelerate AI research into managing and optimizing high-performance computing systems.
( 8
min )
Our approach to aligning AGI is empirical and iterative. We are improving our AI systems’ ability to learn from human feedback and to assist humans at evaluating AI. Our goal is to build a sufficiently aligned AI system that can help us solve all other alignment problems.
Introduction
Our
( 7
min )
In the AWS Deep Learning Challenge held from January 5, 2022, to March 1, 2022, participants from academia, startups, and enterprise organizations joined to test their skills and train a deep learning model of their choice using Amazon Elastic Compute Cloud (Amazon EC2) DL1 instances and Habana’s SynapseAI SDK. The EC2 DL1 instances powered by […]
( 4
min )
A year ago we presented a new position embedding method. It's now used in BigScience's BLOOM model and in a few other models.
I just uploaded a video lecture where I explain this ALiBi method and also talk about lots of other topics related to training large language models
https://www.youtube.com/watch?v=Pp61ShI9VGc
I discuss why transformers overfit to the commonly used absolute (learned/sinusoidal) position embeddings and I discuss paths for future work in long-sequence modeling.
Feel free to ask any questions here :)
submitted by /u/ofirpress
[link] [comments]
( 107
min )
submitted by /u/LordPewPew777
[link] [comments]
( 87
min )
submitted by /u/much_successes
[link] [comments]
( 87
min )
submitted by /u/LordPewPew777
[link] [comments]
( 87
min )
Upscaled in Photoshop Beta
submitted by /u/ZoNeS_v2
[link] [comments]
( 87
min )
submitted by /u/akolonin
[link] [comments]
( 87
min )
submitted by /u/belindahooper
[link] [comments]
( 92
min )
submitted by /u/Zirius_Sadfaces
[link] [comments]
( 89
min )
submitted by /u/nalr00n
[link] [comments]
( 87
min )
submitted by /u/Ok-Craft-9908
[link] [comments]
( 88
min )
Hey everyone! The Learn AI Together community is getting bigger and bigger with more and more people learning AI, we would love to find more enthusiastic professionals (junior,mid-level, senior..), and grad students, TAs or professors willing to help and exchange with people learning AI by answering questions from time to time.
We are an AI-enthusiasts community of over 28'000 people now where members can chat, ask questions, share resources and projects, find people to work with, find job offers, etc. We are now focusing on getting experts or advanced members to join us and help us help others.
More info about the community and how to join us (free): Learn AI Together
Excited to chat with you there!
submitted by /u/OnlyProggingForFun
[link] [comments]
( 88
min )
submitted by /u/prfitofthesngularity
[link] [comments]
( 87
min )
submitted by /u/Tao_Dragon
[link] [comments]
( 87
min )
submitted by /u/pmz
[link] [comments]
( 90
min )
submitted by /u/professoreyl
[link] [comments]
( 87
min )
submitted by /u/Lakshmireddys
[link] [comments]
( 87
min )
A graph with five billion people (nearly everyone on the Internet) brings up both ethical questions and opportunities.
The post DSC Weekly 23 August 2022: Five Billion Person Graph – Grand Achievement or Wakeup Call? appeared first on Data Science Central.
( 21
min )
Moving Picture, Audio, and Data Coding by Artificial Intelligence (MPAI), an international unaffiliated not-for-profit organization, develops AI-based Data Coding standards with associated clear licensing frameworks.
The post The MPAI-AIF V2 Call for Technologies appeared first on Data Science Central.
( 19
min )
Now with Amazon Forecast, you can seamlessly conduct what-if analyses up to 80% faster to analyze and quantify the potential impact of business levers on your demand forecasts. Forecast is a service that uses machine learning (ML) to generate accurate demand forecasts, without requiring any ML experience. Simulating scenarios through what-if analyses is a powerful […]
( 9
min )
AI Centers of Excellence are organizational units dedicated to implementing a company-wide AI vision. They help identify business use cases, create an implementation roadmap, accelerate adoption, assess impact and more. NVIDIA GTC, a global conference on AI and the metaverse, brings together the world’s top business and technology leaders who’ve embraced artificial intelligence to transform Read article >
The post Learn How Leading Companies Are Building AI Centers of Excellence, at NVIDIA GTC appeared first on NVIDIA Blog.
( 5
min )
Floods in Kentucky and wildfires in California are the kinds of disasters companies of all sorts are trying to address with AI. Tom Rikert, co-founder and CEO of San Francisco-based startup Masterful AI, is one of many experts helping them manage catastrophe risk. In the U.S. alone, the National Association of Insurance Commissioners estimates that Read article >
The post Shelter From the Storm: AI Helps Gauge Catastrophe Risks appeared first on NVIDIA Blog.
( 6
min )
Recent AI advances enable modeling of weather forecasting 4-5 magnitudes faster than traditional computing methods. The brightest leaders, researchers and developers in climate science, high performance computing and AI will discuss such technology breakthroughs — and how they can help foster a greener Earth — at NVIDIA GTC. The virtual conference, running Sept. 19-22, also Read article >
The post Predict, Detect, Mitigate: AI for Climate Science Takes the Stage at NVIDIA GTC appeared first on NVIDIA Blog.
( 5
min )
A triple threat steps In the NVIDIA Studio this week: a tantalizing trio of talented 3D artists who each reimagined and remastered classic European buildings with individualistic flair.
The post 3D Artists Reimagine, Remaster Iconic European Architecture This Week ‘In the NVIDIA Studio’ appeared first on NVIDIA Blog.
( 9
min )
Find impressive examples of ML that we use every day.
( 21
min )
In case you haven't noticed, stability.ai just open-sourced their latest version of StableDiffusion to the public. Here is the link: https://stability.ai/blog/stable-diffusion-public-release
It is so fast and small (memory footprint) that it can run on consumer grade GPUs. I just generated my first "astronaut riding a horse on mars" on my local GTX3090.
Astronaut riding a horse on mars
So what is opinion on open-sourcing such powerful models ? And, what do you think about stability.ai as an organisation ? Do you feel they can potentially be the next OpenAI ?
submitted by /u/dasayan05
[link] [comments]
( 91
min )
submitted by /u/landongarrison
[link] [comments]
( 88
min )
submitted by /u/Illustrious_Row_9971
[link] [comments]
( 91
min )
submitted by /u/spincycle27
[link] [comments]
( 90
min )
submitted by /u/PixelzJ
[link] [comments]
( 90
min )
submitted by /u/yahma
[link] [comments]
( 87
min )
10 years ago I had the idea to write a children’s book about the joy and difficulties of building something; That idea was there but the hassle and cost of illustration always prevented me from finishing the book.
Recently, Dall-E was launched and I excitedly used it for my children's book illustrations. You can see the result and also issues I faced such as maintaining a consistent art style and face removal.
https://medium.com/@rwanghacker/creating-and-illustrating-a-childrens-book-with-dall-e-in-less-than-a-week-813ee85f2225
submitted by /u/nychacker
[link] [comments]
( 87
min )
submitted by /u/bendee983
[link] [comments]
( 87
min )
submitted by /u/BiasedVariance
[link] [comments]
( 87
min )
submitted by /u/evangelart
[link] [comments]
( 88
min )
submitted by /u/RubiksCodeNMZ
[link] [comments]
( 87
min )
submitted by /u/TheZephyr2003
[link] [comments]
( 88
min )
submitted by /u/PerformanceHopeful15
[link] [comments]
( 87
min )
submitted by /u/HowlHouse123
[link] [comments]
( 106
min )
Due to domain issues, the up-to-date documentation for Gym is now hosted at https://gymlibrary.dev
The documentation is maintained by the Farama Foundation on GitHub, and contributions are always welcome!
The best way to get in touch with the team is on the Discord server
submitted by /u/RedTachyon
[link] [comments]
( 87
min )
submitted by /u/HowlHouse123
[link] [comments]
( 87
min )
submitted by /u/JoshuaDaD
[link] [comments]
( 87
min )
submitted by /u/RubiksCodeNMZ
[link] [comments]
( 87
min )
Blockchain appears to be establishing the foundation of a new economic system, though significant challenges remain.
The post Blockchain Technology: The Potential to Change the Future appeared first on Data Science Central.
( 20
min )
Knowledge management is refactoring the way that organizations work.
The post How Knowledge Management Can Reshape Business Operations appeared first on Data Science Central.
( 19
min )
While Knowledge Graph hype is nowhere near as loud as AI hype, there is no question that more and more organizations are turning to knowledge graphs to solve real-world problems.
The post From Knowledge Graphs To Knowledge Portals appeared first on Data Science Central.
( 22
min )
Amazon Kendra is an intelligent search service powered by machine learning (ML). With Amazon Kendra, you can easily aggregate content from a variety of content repositories into a centralized index that lets you quickly search all your enterprise data and find the most accurate answer. Many organizations use the content management platform Alfresco to store […]
( 5
min )
An MIT-developed device with the appearance of a Wi-Fi router uses a neural network to discern the presence and severity of one of the fastest-growing neurological diseases in the world.
( 6
min )
Workspace security can be a fiddly money drain, especially for corporations that deal with sensitive information, or run multiple offices…
( 19
min )
Watching out for the nearly-extinct two-ton beasts may be the ultimate example of a job best done remotely.
The post An AI-Enabled Drone Could Soon Become Every Rhino Poacher’s… Horn Enemy appeared first on NVIDIA Blog.
( 7
min )
Sipeed TinyMaix is an open-source machine learning library designed for microcontrollers. According to findings, it is lightweight enough to be compatible with Microchip ATmega328 MCU found in the Arduino UNO board and its many clones.
The core code of TinyMax, which was created during a weekend hackathon, has roughly 400 lines, a binary size of about 3KB, and uses very little RAM, allowing it to execute the MNIST handwritten digit classification on an ATmega320 MCU with only 2KB SRAM and 32KB flash.
Continue reading | Github
submitted by /u/ai-lover
[link] [comments]
( 87
min )
submitted by /u/oatlover666
[link] [comments]
( 99
min )
I wrote a post on how to virtualise GPUs and attach them to VMs for on-prem workloads. The VMs can then be attached to Juju & K8S for load balancing or whatever you want. I implemented this where I work and it runs all of our ML compute, it was a pain to get working originally hope that you find it useful:
https://www.paulcjh.com/technical_posts/gpu_virtualisation.html
submitted by /u/paulcjh
[link] [comments]
( 89
min )
submitted by /u/BiasedVariance
[link] [comments]
( 88
min )
Looking at all of the very large convolutional neural networks such as ResNets, VGGs, and the like, it begs the question on how we can make all of these networks smaller with less parameters while still maintaining the same level of accuracy or even improving generalization of the model using a smaller amount of parameters. […]
The post Using Depthwise Separable Convolutions in Tensorflow appeared first on Machine Learning Mastery.
( 21
min )
Sponsored Post AI & Machine Learning now power most product experiences even beyond those of the big technology companies. Today, your models must perform and function correctly to ultimately deliver business value. The cost of deploying a slow or bad model, or not detecting undesirable behavior quickly, could significantly impact customer experience and the business’ […]
The post Mastering MLOps: Live Model Deployment & Inference Course with Stefan Krawczyk appeared first on Machine Learning Mastery.
( 10
min )